Welcome![Sign In][Sign Up]
Location:
Search - assembly compiler

Search list

[ELanguageSC 22

Description: The Small C compiler translates a subset of the C language into assembly language. It runs under PC/MS-DOS 2.1 and later. Small C is compatible with the Microsoft and Small Mac assemblers. Small C takes full advantage of the ability of these assemblers to generate relocatable object code, to maintain libraries of relocatable modules, and to link separately compiled program modules. It supports a small memory model with one code and one data/stack segment.
Platform: | Size: 131086 | Author: 张先生 | Hits:

[CSharp内联汇编

Description: 在Visual C++中使用内联汇编不需要额外的编译器和联接器,且可以处理Visual C++中不能处理的一些事情,而且可以使用在C/C++中的变量,所以非常方便。内联汇编主要用于如下场合:   1.使用汇编语言写函数;   2.对速度要求非常高的代码;   3.设备驱动程序中直接访问硬件;   4.\"Naked\" Call的初始化和结束代码。 -used in conjunction with the compilation does not need additional compiler and connectivity devices, which can be dealt with Visual C can not handle some things that can be used in the C / C variables, so it is convenient. In conjunction with the compilation mainly for the following occasions : 1. The use of assembly language to write function; 2. The very high speed code; 3. Device driver had direct access to hardware; 4. "Naked" Call the initialization and termination code.
Platform: | Size: 2204 | Author: | Hits:

[Other resourceARM-program

Description: ARM体系结构和编程,介绍ARM CPU 的细节,包括结构,寻址,指令集,汇编语言,cache管理,存储,函数调用参数传递,交叉编译连接及调试。-ARM architecture and programming on the ARM CPU details, including the structure, addressing, instruction set, assembly language, cache management, storage, transfer function call parameters, cross-linking and debugging compiler.
Platform: | Size: 18489202 | Author: 韩杰生 | Hits:

[GUI Develop3DFRAMES

Description: 3d界面编程,用汇编语言完成,源码编译之后很小,非常适合在windows下传播。-3d programming interface, complete with assembly language, compiler source code after a small, very suitable for the windows to spread.
Platform: | Size: 3091 | Author: zygrass | Hits:

[Other resourcecscript1(zhuanzai)

Description: 完成一个简化的C语言编译程序,最终能生成汇编语言或中间结果。有一些基本的数据结构和语言成分-completion of a simple C language compiler and eventually will generate assembly language or intermediate results. There are some basic data structure and composition language
Platform: | Size: 114887 | Author: zhaoyan | Hits:

[OtherASMEdit

Description: 编写Win32汇编语言的语法编辑器,主要是按照VC编辑器的语法颜色显示代码,加入编译功能-prepared Win32 assembly language syntax editor, VC is the main editor of code syntax colors, by adding compiler functions
Platform: | Size: 53789 | Author: zk | Hits:

[File Operateasm_0sector

Description: 扇区读写的汇编代码,根据需要可以扩充 !谢谢!还有编译工具.-sector read and write assembly code, can be expanded as required. Thank you! There compiler tools.
Platform: | Size: 77493 | Author: ECHO | Hits:

[assembly languagecalculator_nic

Description: 用汇编语言写的32位计算器,代码里注释比较详细。文件为asm,需在dos编译。已通过编译。大二的计算机原理project,三个日夜的辛苦结果~-using assembly language to write the 32 calculators, Lane Notes code in more detail. Asm documents, the need to dos compiler. Through compiler. The sophomore computer science project, three results of the hard work day and night ~
Platform: | Size: 2801 | Author: 胡泽中 | Hits:

[ELanguagepl0back

Description: 在本编译程序中,源语言为PL/0语言,目标语言为假想栈式计算机的汇编语言.PL/0语言是Pascal语言的一个子集,PL/0的编译程序包括了对PL/0语言源程序进行分析处理、编译生成类PCODE代码,并在虚拟机上解释运行生成的类PCODE代码的功能。   PL/0语言编译程序采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。语法分析的同时,提供了出错报告功能。在源程序没有错误编译通过的情况下,调用类PCODE解释程序解释执行生成的类PCODE代码。 该软件为PL/0语言编译程序,所实现的扩充功能如下: 1.增加单词:保留字 ELSE,FOR,TO, DOWNTO 2.增加运算 +=,-=,++,-- 3.不等号# 改为 <> 4.增加条件语句的ELSE子句 5.扩充语句: ①FOR <变量>:=<表达式> TO <表达式> DO <语句> ②FOR <变量>:=<表达式> DOWNTO<表达式> DO <语句> 其中,语句①的循环变量的步长为1, 语句②的循环变量的步长为-1。 概述 源文件: *.plo 目标文件: *.COD 实现平台:C++ Builder6.0 -the compiler, the source language of PL / 0 language, target language of the imaginary stack of computer assembly language. PL / 0 language Pascal language is a subset of, PL / 0 compilers including the right PL / 0 language source analysis, category PCODE compiler code generation and the virtual machine running on to explain the formation PCODE category code functions. PL / 0 language compiler to use syntax analysis of the core, the compiler again scanning methods. Lexical analysis, and code generation as an independent for the subroutine call syntax analysis procedures. Grammatical analysis at the same time, provided the error reporting function. The source did not compile the wrong circumstances, Call category PCODE explain the interpretation and implementation of procedures generated P
Platform: | Size: 383061 | Author: mayfar | Hits:

[Other resourceTMS320C5000

Description: DSP开发时有关TMS320C5000系列的用户指导.包含编译器,源码调试系统,汇编语言工具,涉及到总线,CPU,指令集的参考资料教程。-DSP development at the TMS320C5000 series of user guidance. Includes compiler, source code debugging, assembly language tools, involving bus, CPU, instruction set reference guide.
Platform: | Size: 9258296 | Author: lixin | Hits:

[Embeded-SCM Develop12232fdriver

Description: 1为LCM的驱动程序 2采用汇编语言 3在WAVE6000编程软件下编译运行-the LCM as a driver used two of the three assembly language programming software WAVE6000 compiler running under
Platform: | Size: 6649 | Author: 王鑫 | Hits:

[assembly languageh128x64driver

Description: 1LCD驱动程序 2采用汇编语言 3在WAVE6000下编译运行-1LCD driver used two of the three assembly language compiler running under WAVE6000
Platform: | Size: 7316 | Author: 王鑫 | Hits:

[Other resourceftest2dw

Description: dsp汇编语言,针对tms320c50,目前我还没有编译器,新手上路,请多多指教-dsp assembly language against tms320c50 now, I have not compiler, Getting Started, Please exhibitions
Platform: | Size: 4599 | Author: dushui | Hits:

[Other resourceftest3

Description: dsp汇编语言,针对tms320c50,目前我还没有编译器,新手上路,请多多指教-dsp assembly language against tms320c50 now, I have not compiler, Getting Started, Please exhibitions
Platform: | Size: 5697 | Author: dushui | Hits:

[Other resourceftest4w

Description: dsp汇编语言,针对tms320c50,目前我还没有编译器,新手上路,请多多指教-dsp assembly language against tms320c50 now, I have not compiler, Getting Started, Please exhibitions
Platform: | Size: 2898 | Author: dushui | Hits:

[Other resourceftest5

Description: dsp汇编语言,针对tms320c50,目前我还没有编译器,新手上路,请多多指教-dsp assembly language against tms320c50 now, I have not compiler, Getting Started, Please exhibitions
Platform: | Size: 4860 | Author: dushui | Hits:

[Other resourceTMS320LF240x

Description: TMS320LF240x DSP应用程序设计教程 本书共分两篇。第1篇主要讲述TMS320LF240x系列DSP硬件概况、内部资源、汇编语言寻址方式和指令系统、汇编程序的编写方法和CCS调试环境以及汇编程序开发实例:第2篇主要讲述TMS320LF240x系列DSP的C编译器、C代码的优化、C程序的链接、运行时支持库以及与TMS320LF240x系列DSP相关的C语言知识,并且使用两个实例阐述了C程序开发过程等。 -TMS320LF240x DSP Application Design Guide to the book is divided into two. No. 1 on the main TMS320LF240x hardware profiles, internal resources, assembly language instructions and addressing modes, procedures for the preparation of the compilation methods and CCS debugging environment and the compilation of program development examples : No. 2 on the main TMS320LF240x C compiler, C code optimization, C program links run-time support and with the TMS320LF240x related to the C language knowledge, and the use of two examples described the C program development processes.
Platform: | Size: 8969685 | Author: 钟炳达 | Hits:

[Game Programquake3-1-32b-source

Description: 在QuakeCon 2005大会上,John Carmack曾表示,《Quake 3》源代码将在近期发布,任何有兴趣的人都可以下载。 现在,id Software兑现了自己的诺言:《Quake 3 Arena》完整源代码1.32b版(Quake 3 Arena Full Source Code v1.32b)已经公布,包括完整的游戏源代码、各种编译工具和Q3Radiant地图编辑器build 200f,大小为22.4MB(压缩包大小5.46MB)。用VC++2003,打开工程后直接就能编译成功。-Quakecon.org 2005 in the General Assembly, said John Romero, "Quake 3" source code will be released in the near future, any interested person can download. Now, id Software fulfill their promise : "Quake 3 Arena" complete source code version 1.32 b (Quake 3 Arena Full Source Code v1.32b) has been published, including the complete source code of the game, various compiler tools and Q3Radiant map editor build 200f. The size of 22.4 MB (compressed size 5.46MB). VC 2003 and opened the project can be compiled directly success.
Platform: | Size: 5726440 | Author: Henry | Hits:

[Industry researchautomatic-assembly-machine

Description: 单片机在机械装配系统上的研究,分析机械结构,编译单片机程序,大家一起来学习-SCM in the mechanical assembly system on the study, analysis of mechanical structure, compiler SCM procedures, we work together to learn
Platform: | Size: 52224 | Author: 王从林 | Hits:

[OtherTinyCC fast C compiler

Description: TinyCC (aka TCC) is a small but hyper fast C compiler. Unlike other C compilers, it is meant to be self-relying: you do not need an external assembler or linker because TCC does that for you. TCC compiles so fast that even for big projects Makefiles may not be necessary. TCC not only supports ANSI C, but also most of the new ISO C99 standard and many GNUC extensions including inline assembly. TCC can also be used to make C scripts, i.e. pieces of C source that you run as a Perl or Python script. Compilation is so fast that your script will be as fast as if it was an executable. TCC can also automatically generate memory and bound checks (see Bounds) while allowing all C pointers operations. TCC can do these checks even if non patched libraries are used.
Platform: | Size: 6006984 | Author: SergeXY1 | Hits:
« 1 2 34 5 6 7 8 9 10 ... 14 »

CodeBus www.codebus.net